home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -readerstuff- / antony_dzeryn / snail / readme next >
Text File  |  2000-02-24  |  2KB  |  73 lines

  1. Dodgy Snail Game
  2. ----------------
  3.  
  4. Ever own a Master System?  Ever play the Secret Hidden snail game that some
  5. versions of the MS Bios contained?  Well, this is an almost-conversion.  It
  6. is the same game, but the levels are different, it is not as well programmed
  7. (I had only bought Blitz a week or two before I wrote this) and there are
  8. only 6 levels.
  9.  
  10. It is self-explanatory enough.  To run it, just double-click the icon.  To
  11. install it, just copy the directory to your hard drive.
  12.  
  13. The full source code is included.
  14.  
  15.  
  16.  
  17. You can make your own levels, if you are bored enough:
  18.  
  19.  - Draw the maze with DPaint/PPaint or similar, using the existing mazes as
  20.    templates;
  21.  - Save the IFF in the "Mazes" draw as MazeXX.iff (replace XX with maze
  22.    number);
  23.  - Edit a file called MazeXX.dat (XX should be the same as above);
  24.  - Type the 3-figure X co-ordinate of where the top-left corner of the
  25.    finish icon is displayed, and press return.
  26.  - Repeat the above for the Y co-ordinate.
  27.  - Type a 1-figure value for the direction that the snail must be travelling
  28.    when it hits the exit.  This is daft, but I was only a baby when I was
  29.    writing this program.  0=up, 1=down, 2=right, 3=left, the press return.
  30.  - Type the 3-figure X co-ordinate of where the top-left corner of the
  31.    start icon  is displayed, and press return.
  32.  - Repeat the above for the X co-ordinate.
  33.  - Save the text file.
  34.  
  35. And there you go!
  36.  
  37.  
  38.  
  39. Created in April '96 with:
  40.  
  41. Blitz Basic V2.1
  42. OctaMED V4
  43. DPaint IV AGA
  44.  
  45.  
  46.  
  47. Tested with:
  48.  
  49. Commodore A1200
  50. Commodore A1200/030 50Mhz MMU (Blizzard A1230-IV), 16 meg Fast RAM
  51. Commodore A1200/060 50Mhz FPU/MMU (Apollo A1260), 32 meg Fast RAM
  52. Amiga Tech A1200
  53. Amiga Tech A1200/030 40Mhz/FPU (Apollo), 8 meg Fast RAM
  54. Amiga Tech A1200/030 40Mhz/FPU (Apollo), 16 meg Fast RAM
  55.  
  56.  
  57.  
  58. This program is Copyright © 1996 DAS Software.  It is Freeware, and so can
  59. be distributed as long as all files remain intact.
  60.  
  61. Should this program destory your hardware/software/evening wear/etc, I
  62. cannot be held responsible.
  63.  
  64.  
  65.  
  66. http://members.xoom.com/greenpizza
  67.  
  68. The latest Amiga emulation page on the 'net.  Plus other nonsense from DAS
  69. Software.
  70.  
  71. Ant.
  72. 4.1.00
  73.